Velvet Blues Contact Form
http://www.velvetblues.com/web-development-blog/how-to-write-a-php-contact-form

This simple contact form can be used out-of-the-box or as a starting point for your own custom contact form.


PACKAGE CONTAINS
ReadMe.txt
contact.php - Pure code sample for this example.
HTML/contact.php - Code sample in a complete HTML web page.


INSTRUCTIONS FOR USE

If you already have a web page into which you want to put a contact form, you can use the contact.php code which is in the same folder as the 'Read Me' file. To do this, save your current page as a .php page. Then, you can insert this code directly into the spot in your web page where you want to see the form. As an alternative, you can 'include' this PHP file using the following code:
<?php
include('contact.php');
?>

If you want to create a plain standalone PHP page with a contact form, use the code in the HTML folder. You can then customize the HTML to suit your tastes.

SUPPORT

Need help? Visit the link below and ask questions by submitting a comment.
http://www.velvetblues.com/web-development-blog/how-to-write-a-php-contact-form


CUSTOM WEB DEVELOPMENT
If interested in a custom form or some other solution, contact our web development team by sending an email to us at info@velvetblues.com. We offer quality web development at affordable prices.


This code is free and has been released under the GPL license.